Click or drag to resize

ResourceList Method (String, PropertyName)

Displays a list of ResourceInfo.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ResourceInfo[] List(
	string address,
	PropertyName[] propertyName
)

Parameters

address
Type: SystemString
The URI that identifies the collection.
propertyName
Type: Independentsoft.WebdavPropertyName
Properties to display.

Return Value

Type: ResourceInfo
An array of ResourceInfo.
See Also